Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Functions
Utility Functions /


JMGetRuntimeInstance

Returns the current JRIRuntimeInstance data structure.

struct JRIRuntimeInstance* JMGetRuntimeInstance (JMSessionRef session);
session
The current session.
function result
A pointer to the JRIRuntimeInstance data structure.
DISCUSSION
The JMGetRuntimeInstance function allows you to get information about the current Java Runtime Interface (JRI). The data structure JRIRuntimeInstance is defined in the header file JRI.h.

SEE ALSO
Documentation for the Java Runtime Interface at

http://developer.netscape.com/


Previous Book Contents Book Index Next

© Apple Computer, Inc.
23 APR 1997